| Server IP : 198.38.84.71 / Your IP : 216.73.217.138 Web Server : Apache System : Linux 198-38-84-71.cprapid.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : vyaparmandaljobn ( 1020) PHP Version : 8.3.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/vyaparmandaljobn/public_html/wp-content/plugins/pixfort-core/functions/js/params/ |
Upload File : |
!function($) {
$('body').on('click', '.pix_param_icon', function(e){
e.preventDefault();
$(this).closest('.pix_param_block').find('.pix_param_icon').removeClass('selected');
$(this).addClass('selected');
var input = $(this).closest('.pix_param_block').find('.pix_param_val');
var val = $(this).data('val');
input.each(function(i, el){
$(el).val(val);
$(el).change();
$(el).trigger("change");;
});
});
$('.pix_param_val').each(function(i, el){
$(el).closest('.pix_param_block').find('.pix_param_icon').removeClass('selected');
$(el).closest('.pix_param_block').find('.pix_param_icon[data-val="'+$(el).val()+'"]').addClass('selected');
$(el).change();
});
$(".pix_param_icons_search").on('change keydown paste input', function(){
let search = $(this).val();
$(this).closest('.pix_param_block').find(".pix_param_icon").show().filter(function () {
return $(this).data('val').indexOf(search) < 0;
}).hide();
});
}(window.jQuery);